Blazor コントロール
InsertAsync<T>(IDataCollection<T>,Int32,T) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > InsertAsync メソッド : InsertAsync<T>(IDataCollection<T>,Int32,T) メソッド
The data collection.
The index where the item will be inserted.
The item to be inserted.
Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
 
Public Overloads Shared Function InsertAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal index As System.Integer, _
   ByVal item As T _
) As System.Threading.Tasks.Task(Of Integer)
public static System.Threading.Tasks.Task<int> InsertAsync<T>( 
   IDataCollection<T> dataCollection,
   System.int index,
   T item
)
where T: class

パラメータ

dataCollection
The data collection.
index
The index where the item will be inserted.
item
The item to be inserted.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧